Welcome![Sign In][Sign Up]
Location:
Search - fuzzy clustering

Search list

[matlabFLICM

Description: 文章A Robust Fuzzy Local Information C-means Clustering Algorithm的代码实现(the code of A Robust Fuzzy Local Information C-means Clustering Algorithm)
Platform: | Size: 75776 | Author: 开心@~~~~ | Hits:

[matlabTIP2013Gong

Description: 文章Fuzzy C-Means Clustering With Local Information and Kernel Metric for Image Segmentation的代码实现(the code of Fuzzy C-Means Clustering With Local Information and Kernel Metric for Image Segmentation)
Platform: | Size: 1289216 | Author: 开心@~~~~ | Hits:

[matlab模糊C均值聚类算法

Description: 模糊c-均值聚类算法通过优化目标函数得到每个样本点对所有类中心的隶属度,从而决定样本点的类属以达到自动对样本数据进行分类的目的,一般用于故障识别与分类。(Fuzzy c- mean clustering algorithm obtains the membership degree of every sample point to all class centers by optimizing the objective function, and determines the classification of the sample points to achieve automatic classification of sample data. It is generally used for fault recognition and classification.)
Platform: | Size: 2048 | Author: 夜曲独声 | Hits:

[OtherFCM

Description: 模糊C均值(FCM)聚类算法分割图像,该算法可以进行图像的分割(Fuzzy C-Means (FCM) clustering algorithm to segment images, which can be used for image segmentation)
Platform: | Size: 1024 | Author: 热火 | Hits:

[Mathimatics-Numerical algorithms模糊c均值聚类算法

Description: 模糊c均值聚类算法的实现,还有相对的测试数据集(Fuzzy C-Means clustering algorithm)
Platform: | Size: 176128 | Author: boy0021 | Hits:

[matlabFCM

Description: 使用模糊C均值聚类(FCM)的方法对状态进行分类,其优点首先是可以根据实际情况自动确定聚类中心,减少人工干涉的因素,其次,对状态特征参数不是进行硬分类,而是通过隶属度的表征方式对其聚类,更加符合现实状态类别之间不具备明显界限的实际问题。(The use of fuzzy C mean clustering (FCM) method to classify the state, its advantage is first can automatically determine the cluster center according to the actual situation, to reduce the interference of artificial factors, secondly, the state parameters are not hard classification, but through the characterization of Party membership of the cluster, more practical problems have not obvious the boundaries between reality state categories.)
Platform: | Size: 7168 | Author: 蒙奇H | Hits:

[Graph programFCM

Description: 利用模糊C聚类(FCM)的方法对彩色图像进行分割,期中可以用不通的特征向量来表征图像的特征(The method of fuzzy C clustering (FCM) is used to segment the color image. In the period of time, the feature vectors can be used to characterize the features of the image.)
Platform: | Size: 2788352 | Author: 薛定谔的狗子 | Hits:

[Other遗传算法应用于模糊C均值聚类

Description: 将遗传算法应用于模糊C均值聚类,可以取得不错的效果(The application of genetic algorithm to fuzzy C mean clustering can achieve good results.)
Platform: | Size: 195584 | Author: 赵亮 | Hits:

[Mathimatics-Numerical algorithms聚类算法

Description: 这是关于模糊算法中的聚类算法,对于研究聚类算法的有一定研究参考价值。(This is a clustering algorithm in fuzzy algorithm, which has a certain reference value for the study of clustering algorithm.)
Platform: | Size: 2215936 | Author: winnerche | Hits:

[matlab基于FCM聚类分析的交通判别算法研究

Description: 采用了欧氏距离和模糊算法两种方式进行了FCM聚类分析,利用FCM聚类分析解决了交通状况的判别算法,文件里面还有相关文献!(Using Euclidean distance and fuzzy algorithm, FCM clustering analysis is used to solve the traffic situation.)
Platform: | Size: 15461376 | Author: 多尔衮 | Hits:

[Special Effects2.2 图像分割技术

Description: FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。(The FCM algorithm is a partition-based clustering algorithm. Its idea is to make the similarity among the objects that are divided into the same cluster be the largest, and the similarity between different clusters is the smallest. The fuzzy C-means algorithm is an improvement of the ordinary C-means algorithm. The common C-means algorithm is hard for the data division, and FCM is a flexible fuzzy division. Before introducing the specific FCM algorithm, we first introduce some basic knowledge of fuzzy sets.)
Platform: | Size: 754688 | Author: EMC | Hits:

[Mathimatics-Numerical algorithmsneural networks

Description: 1.elman神经网络对输入波形进行检测 2.设计具有3个神经元的Hopfield网络 3.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦加滞后) 4.建立自适应神经模糊推理系统对非线性函数进行逼近(正弦多项式) 5.利用模糊C均值聚类方法将一类随机给定的三维数据分为三类(1.Detection of input waveform by elman neural network 2. design a Hopfield network with 3 neurons 3. establish adaptive neuro fuzzy inference system to approximate nonlinear functions (sine plus lag). 4. establish adaptive neuro fuzzy inference system to approximate nonlinear functions (sine polynomials). 5. fuzzy C means clustering method is used to divide a class of randomly given 3D data into three categories.)
Platform: | Size: 2048 | Author: 南风水忆 | Hits:

[matlab模拟退火和模糊C均值分类

Description: 遗传模拟优化初始聚类中心,模糊C均值聚类(Genetic algorithm is used to optimize initial clustering centers and fuzzy C means clustering.)
Platform: | Size: 5120 | Author: 抽象歌手笑川 | Hits:

[Special Effects用FCM实现分割

Description: 基于模糊C-均值聚类算法的图像分割,消除二值分割的非此即彼的缺陷(Image segmentation based on fuzzy C- means clustering algorithm eliminates the defects of two value segmentation.)
Platform: | Size: 123904 | Author: Lucifer4210 | Hits:

[matlabFLICM_Matlab

Description: 利用FLICM算法进行图像聚类的matlab程序代码,相对于FCM(模糊C均值聚类)算法具有较强的抗噪能力。(FLICM image clustering algorithm matlab code, with respect to FCM algorithm (Fuzzy C-means Clustering) it has a strong anti-noise ability.)
Platform: | Size: 1024 | Author: zbinkai | Hits:

[Special Effects2b509aabc32f4a3be87b452a94226f45

Description: 结合模糊C均值聚类算法与水平集方法的图像分割代码,分割效果良好。(The image segmentation code based on fuzzy c-means clustering algorithm and level set method has a good segmentation effect.)
Platform: | Size: 1057792 | Author: zxy0504 | Hits:

[Other模糊模型识别法

Description: 模糊模型识别法对数据进行聚类分析,部分参考代码(Fuzzy model recognition method for data clustering analysis, part of the reference code)
Platform: | Size: 2048 | Author: 好好11 | Hits:

[Other模糊C均值聚类

Description: 该程序可以实现快速的点云的模糊C均值聚类,并且可以利用第二个命令对聚类后的点云进行自动提取。(The program can realize fast clustering of point clouds based on fuzzy C-means, and automatically extract the clustered point clouds by using the second command.)
Platform: | Size: 2048 | Author: 西江哥哥 | Hits:

[matlabBCFCM_version_1

Description: Bias-corrected fuzzy c-means (BCFCM) clustering compensates for two sources of uncertainty by modeling noise and bias fields
Platform: | Size: 99328 | Author: Kristina57 | Hits:

[Graph programSFCM

Description: 基于空间信息的模糊均值聚类算法,SFCM,适用于数据分析,图像分割(space fuzzy-c-means clustering algorithm)
Platform: | Size: 1036288 | Author: lin1200 | Hits:
« 1 2 ... 39 40 41 42 43 44»

CodeBus www.codebus.net